Databases & Big Data
epub, mobi, pdf |eng | 2013-10-18 | Author:John W. Foreman

Don't Kid Yourself Folks who don't know how AI models work often experience some combination of awe and creepiness when hearing about how these models can predict the future. But ...
( Category: Networking & Cloud Computing November 26,2017 )
epub, pdf |eng | 2015-11-26 | Author:Gordon S. Linoff

Comparison of Hazards by Stops in Year in Excel The previous chapter showed two ways of comparing changes in survival probabilities over time. The first method was to use starts ...
( Category: Software November 25,2017 )
epub |eng | | Author:Samee U. Khan & Albert Y. Zomaya

( Category: Networking & Cloud Computing November 22,2017 )
epub |eng | 2012-06-11 | Author:AnHai Doan & Alon Halevy & Zachary Ives

While manually constructed wrappers can be very powerful, they often incur labor cost that is impractical when dealing with a large number of data sources. Learning approaches, in contrast, consider ...
( Category: Computer Science November 21,2017 )
mobi, epub |eng | | Author:2016

Conducting a hypothesis test There are multiple types of hypothesis tests out there, and among them are dozens of different procedures and metrics. Nonetheless, there are five basic steps that ...
( Category: Computer Science November 20,2017 )
azw3, epub |eng | 2017-05-04 | Author:Grigorev, Alexey [Grigorev, Alexey]

for (String line : lines) { String[] split = line.split("t"); String url = split[3]; Optional<String> html = urls.get(url); if (!html.isPresent()) { continue; } org.jsoup.nodes.Document jsoupDoc = Jsoup.parse(html.get()); Element body = ...
( Category: Databases & Big Data November 20,2017 )
azw3 |eng | 2017-07-31 | Author:Mehta, Rajat [Mehta, Rajat]

As seen in the preceding formula, if i is one such item in the set(x) then we find its probability within the set and multiply it by the logarithmic of ...
( Category: Programming Languages November 20,2017 )
epub |eng | 2015-09-21 | Author:Morrison, Rupert

FIGURE 3.4.10 Playing like novices or pros FIGURE 3.4.11 Decision-making combinations One of the elements to define here is who has veto power or must approve the decisions. Figure 3.4.11 ...
( Category: Processes & Infrastructure November 19,2017 )
azw3, epub |eng | 2017-09-19 | Author:John R. Hubbard [Hubbard, John R.]

We can split by Size or by Color. Figure 7-7: Splitting by Color for Smooth Fruit The relevant proportions for splitting by Size are: 4 out of the 7 fruits ...
( Category: Databases & Big Data November 18,2017 )
epub |eng | | Author:George Tillmann

Summary Many a well-designed system is brought to its knees during maintenance. The reasons are many but particularly problematic is poor documentation. Correctly and efficiently modifying an application is difficult ...
( Category: Databases & Big Data November 18,2017 )
epub, pdf |eng | 2017-07-31 | Author:Jalaj Thanaki

( Category: Databases & Big Data November 18,2017 )
epub |eng | | Author:Raghav Bali

The sentimental rankings In the first use case, we explored the venue data from Foursquare and built some analysis and a proper solution on top of that data. In this ...
( Category: Databases & Big Data November 17,2017 )
epub |eng | | Author:Umesh R. Hodeghatta & Umesh Nayak

6.3.1 Recursive Partitioning Decision-Tree Algorithm The basic strategy for building a decision tree is a recursive divide-and-conquer approach. The following are the steps involved: 1.The tree starts as a single ...
( Category: Programming Languages November 15,2017 )
azw3 |eng | 2016-02-15 | Author:Gupta, Saurabh K. [Gupta, Saurabh K.]

Oracle SecureFilesAn overview Working with Securefiles Migrating BasicFiles to SecureFiles Oracle Database 12c SecureFiles enhancements Introduction to Large Objects As the name suggests, large objects or LOBs refer to large ...
( Category: Databases & Big Data November 15,2017 )
epub, pdf |eng | 2015-12-02 | Author:Priscilla Walmsley

local:price-list(doc("prices.xml"),local:price-based-on-discount#1) Example 23-4. Price list generation with function for discount algorithm xquery version "3.0"; declare function local:price-list ($price-doc as document-node(), $price-calc-func as function(element(prod)) as xs:decimal) { <html> <head> <title>Price List</title> ...
( Category: Databases & Big Data November 15,2017 )